home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_79942.txt < prev    next >
Text File  |  1990-08-14  |  4KB  |  167 lines

  1. -- card: 79942 from stack: in
  2. -- bmap block id: 80663
  3. -- flags: 4000
  4. -- background id: 58558
  5. -- name: Report Manager
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=182 top=133 right=223 bottom=328
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Report Manager
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   pop card into it
  24.   go to card short name of me of background "About"
  25.   unlock screen with iris close
  26. end mouseUp
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: A004
  32. -- rect: left=45 top=41 right=89 bottom=121
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 5016 / 5016
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: School Setup
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual scroll down
  44.   go to card short name of me of this background
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: A004
  52. -- rect: left=160 top=41 right=89 bottom=236
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 5017 / 5017
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Student Details
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual scroll down
  64.   go to card short name of me of this background
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 4 (button)
  70. -- low flags: 00
  71. -- high flags: A004
  72. -- rect: left=275 top=41 right=89 bottom=351
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 5018 / 5018
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Teacher Details
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual scroll down
  84.   go to card short name of me of this background
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 5 (button)
  90. -- low flags: 00
  91. -- high flags: A004
  92. -- rect: left=390 top=41 right=89 bottom=466
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 5005 / 5005
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Course Details
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   visual scroll down
  104.   go to card short name of me of this background
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 6 (button)
  110. -- low flags: 00
  111. -- high flags: A004
  112. -- rect: left=105 top=272 right=320 bottom=181
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 5002 / 5002
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: CSL Attendance
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   visual scroll up
  124.   go to card short name of me of this background
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 7 (button)
  130. -- low flags: 00
  131. -- high flags: A004
  132. -- rect: left=218 top=272 right=320 bottom=294
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 5012 / 5012
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Report Cards
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   visual scroll up
  144.   go to card short name of me of this background
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 8 (button)
  150. -- low flags: 00
  151. -- high flags: A004
  152. -- rect: left=330 top=272 right=320 bottom=406
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 5008 / 5008
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: CSL Library
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   visual scroll up
  164.   go to card short name of me of this background
  165. end mouseUp
  166.  
  167.